home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / Amigamain / Example3 / app.h < prev    next >
C/C++ Source or Header  |  2004-06-16  |  80b  |  9 lines

  1. #ifndef APP_H
  2. #define APP_H
  3.  
  4. void APP_run(void);
  5. void APP_clean(void);
  6.  
  7. #endif
  8.  
  9.